Welcome![Sign In][Sign Up]
Location:
Search - avi api

Search list

[Multimedia programavi-JIAOCHENG

Description: AVI处理的代码,比较适合WINDOWS API 作AVI处理,-AVI handling code, more suitable for the Windows API AVI,
Platform: | Size: 22985 | Author: MING | Hits:

[Multimedia programWINDOWS AVI的API函数调用

Description: 有关WINDOWS 视频的一些API函数。-video on the Windows API function.
Platform: | Size: 236292 | Author: aaa | Hits:

[GDI-Bitmap利用Windows API 播放AVI文件.rar

Description:
Platform: | Size: 2742 | Author: hunter_bj | Hits:

[Multimedia Develop利用Windows API函数实现多媒体文件得播放,可以播放MPG、AVI、MDI、WAV等文件以及文件信息

Description: 利用Windows API函数实现多媒体文件得播放,可以播放MPG、AVI、MDI、WAV等文件以及文件信息
Platform: | Size: 125725 | Author: 445063198@163.com | Hits:

[Multimedia programmmfile_play

Description: 使用API播放MPG,AVI,MDI,RMI等格式文件的VB程序-Use API to play MPG, AVI, MDI, RMI, such as the VB program format
Platform: | Size: 131072 | Author: 站长 | Hits:

[Video Capturevcap

Description: vcap源代码这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-vcap source code This is a pure Win32 API application, No MFC. Procedures demonstrated the VFW (Video for Windows) use. Show video from the camera and can be intercepted off the video saved as AVI files. Process model of non-rectangular windows programming as well as file Universal Realization of the dialog box. This code is a rare example of a beginner program.
Platform: | Size: 19456 | Author: 周哲 | Hits:

[Graph programim_format_avi

Description: IM is a toolkit for Digital Imaging. IM is based on 4 concepts: Image Representation, Storage, Processing and Capture. The main goal of the library is to provide a simple API and abstraction of images for scientific applications. The most popular file formats are supported: TIFF, BMP, PNG, JPEG, GIF and AVI. Image representation includes scientific data types. About a hundred Image Processing operations are available. This work was developed at Tecgraf/PUC-Rio by means of the partnership with PETROBRAS/CENPES. The IM Team: Antonio Esca駉 Scuri Tecgraf - Computer Graphics Technology Group, PUC-Rio, Brazil http://www.tecgraf.puc-rio.br/im-IM is a toolkit for Digital Imaging. IM is based on four concepts : Image Representation, Storage and Processing and Capture. The main goal of the library is to provide a simple API and abstraction of images for scientific applications. The most popular file formats are supported : TIFF, BMP, PNG, JPEG, GIF and AVI. Image representation includes scientific data types. About a hundred Image Processing operations are available. This work was developed at Tecgraf/PUC-Rio by means of the partnership with CIRM/CENPES . The IM Team : Antonio Esca Jiong Scuri Tecgraf-Computer Graphics Technology Group, PUC-Rio, Brazil http://www.tecgraf.puc-rio.br/im
Platform: | Size: 4096 | Author: | Hits:

[Multimedia DevelopWINDOWS AVI的API函数调用

Description: 有关WINDOWS 视频的一些API函数。-video on the Windows API function.
Platform: | Size: 235520 | Author: aaa | Hits:

[Multimedia Develop(vb.net)wave

Description: 这是一个在vb.net下完成的循环播放avi文件的例子,使用windows api实现的-in vb.net complete the cycle broadcast avi file example, the use of windows api realized
Platform: | Size: 4516864 | Author: 刘春华 | Hits:

[GDI-Bitmap视频捕获程序代码

Description: 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Windows) use. To show that the video camera and video can be intercepted from AVI to preserve documents. Procedures model of non-rectangular windows programming and "save the file" common dialog achieved. This code is a rare example of beginners procedures.
Platform: | Size: 19456 | Author: 张敏 | Hits:

[mpeg mp3Videoply

Description: 这是一个用MCI API(MMSYSTEM.DLL)编写的WIDOWS视频播放器,可以播放MPEG,AVI等格式文件,但是要先确定计算机有MPegDecoder以支持MPEG! -with MCI API (MMSYSTEM.DLL) prepared by the WIDOWS video player that can play MPEG, AVI file format, but should determine if the computer had MPegDecoder to support MPEG!
Platform: | Size: 6144 | Author: 马骏 | Hits:

[Multimedia DevelopAPI Play MIDI-Avi-Wav files

Description: windows下的wav音频文件播放,试一下,效果不错-windows of wav audio file playback, Try, good results
Platform: | Size: 3072 | Author: 韩巧玲 | Hits:

[Multimedia DevelopGet Windows to play WAV audio files the right way.

Description: API 实现wav,avi音频播放,最完整的播放器-API wav, avi audio players, the most complete player
Platform: | Size: 4096 | Author: 韩巧玲 | Hits:

[Multimedia DevelopdllDSPlayer1

Description: ◆◆◆ 《DirectShow多声卡播放器》◆◆◆ 一个用DirectShow开发的音频播放程序,支持多个声卡,可以任意指定播放声卡,可以播放mp3,wav,cda,avi,asf,wmv,mpg等所有 windows支持的多媒体视频、音频文件,还可以直接播放CD。我已经封装好一个类,还有测试程序,源代码您可以直接使用。 我刚接手做这个多声卡播放程序的时候也毫无头绪,我以前只用过wavOpenXXX()和mciSendXXX()系列API来播放音频 文件,但是这些方法根本不支持多声卡,播放时的声音只能从系统默认的声卡中发出来,后来想到一个办法,在程序启动时将系统 默认声卡改成我要播放的声卡,程序退出时再还原,可这样改来改去总会有问题。没办法,就到网上到处找资料,希望能得到指点, 终于皇天不负有心人,我终于找到一个《多声卡SDK开发包》控件,我满心高兴地下载安装并试用,原来这是一个需要注册的控件,真是 有违开源的思想啊,不就是一个多声卡播放程序,犯得着用来赚钱吗?你不开源也就得了,还弄个需要注册,不注册还不能用! 实在没辙那就自己写好了。-err
Platform: | Size: 68608 | Author: 谢红伟 | Hits:

[Multimedia Developavi-JIAOCHENG

Description: AVI处理的代码,比较适合WINDOWS API 作AVI处理,-AVI handling code, more suitable for the Windows API AVI,
Platform: | Size: 22528 | Author: | Hits:

[Streaming Mpeg4AVI2Mp4

Description: 从AVI文件提取mp4流的例子(MS API)-AVI file extraction from then no time flow example (MS API)
Platform: | Size: 27648 | Author: 刘绍平 | Hits:

[Streaming Mpeg4MLiveShow

Description: 一个使用windows API编写的视频采集样例,可捕捉摄像头采集的数据,同时记录到硬盘,保存为AVI视频文件(不过没有压缩,呵呵,会比较大)-use of a windows API prepared by the Video Capture example, camera can capture data collection, record to hard disk, for the preservation of AVI video files (but no compression, Oh, it will be more large)
Platform: | Size: 47104 | Author: liuxm | Hits:

[Video CaptureVCap

Description: 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No MFC. Procedure demonstrated the VFW (Video for Windows) use. Shows from the video camera and captured video can be saved as AVI files down. Process model of non-rectangular windows programming as well as the
Platform: | Size: 20480 | Author: zxk69809 | Hits:

[Windows DevelopjavaMediaPlayer

Description: Java media player, Which plays .avi, .mpeg, .mov files using JMF API (java media framework)
Platform: | Size: 1200128 | Author: maddy | Hits:

[CSharpMusicTest

Description: C#调用API实现播放音乐的方法,使用控件播放avi和wma格式的音乐。-C# call the API method for playing music, use the controls play avi and wma format music.
Platform: | Size: 1082368 | Author: | Hits:
« 12 3 4 »

CodeBus www.codebus.net